Skip to content

Remove executable scripts, add instruction files#10

Merged
drompincen merged 1 commit intomainfrom
feature/claude-companion-features
Mar 29, 2026
Merged

Remove executable scripts, add instruction files#10
drompincen merged 1 commit intomainfrom
feature/claude-companion-features

Conversation

@drompincen
Copy link
Copy Markdown
Owner

Summary

  • Removed all 17 executable scripts (.sh, .cmd) from git tracking to comply with corporate security policies
  • Created script-instructions/ with 3 markdown files containing full script content for recreation
  • Added start-here.md onboarding guide (referenced from README) explaining local setup
  • Updated .claude/settings.json hook paths to scripts/local/hooks/
  • Added scripts/local/ to .gitignore

Test plan

  • Fresh clone can recreate scripts from script-instructions/ docs
  • scripts/local/ is not tracked by git
  • Claude Code hooks work after recreating scripts in scripts/local/hooks/
  • No .sh, .cmd, or .ps1 files remain in git history going forward

🤖 Generated with Claude Code

Corporate security policies block repos containing binaries/executables.
All .sh/.cmd/.ps1 scripts moved to gitignored scripts/local/ with
recreatable instruction files in script-instructions/. Added start-here.md
onboarding guide referenced from README.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@drompincen drompincen merged commit 1597cfa into main Mar 29, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant